events api v2 - enqueue - payload.custom_details questions

Hello,

two questions:

  • is there a size limit to the custom_details field? If so, what is it?
  • is there a way to access custom_details from the REST API alerts or incidents endpoint?

thank you

IIRC, there is a size limit for the entire event payload of 512k and there’s no limit to the number of objects you could have in custom_details.

You can get the full event payload via an incidents ā€œfirst_trigger_log_entriesā€ associated with an incident’s trigger.

1 Like

thank you! that was very helpful

I finally got back around to looking at this. To get the details, I need to go /incidents/{id}/alerts. Each alert in the incident will have a body with a details object

1 Like